Html Css Color HEX #6CEADF Turquoise Blue

📋 copy color: '#6CEADF'

red 108 ◦ green 234 ◦ blue 223

#6CEADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6CEADF

Tints of Turquoise Blue #6CEADF

RGB

 RED value IS 108 (42.58% from 255) = 19.12%

 GREEN value IS 234 (91.8% from 255) = 41.42%

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 19.12%
G = 41.42%
B = 39.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6CEADF (or 0x6CEADF) is known color: Turquoise Blue. HEX triplet: 6C, EA and DF. RGB value is (108,234,223). Sum of RGB (Red+Green+Blue) = 108+234+223=565 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.12% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEADF is #931520. Grayscale: #C2C2C2. Windows color (decimal): -9639201 or 14674540. OLE color: 14674540.

HSL color Cylindrical-coordinate representation of color #6CEADF: hue angle of 174.76º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEADF is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 234 223 -
CMYK 0.54 0 0.05 0.08
HSL 174.76º 0.75% 0.67% -
HSV(B) 174.76º 0.54% 0.92% -
XYZ 48.93 67.36 80.24 -
YUV 195.07 143.76 65.89 -
System Red Green Blue C M Y K H S L
Decimal 108 234 223 0.54 0 0.05 0.08 174.76 0.75 0.67
Hex 6C EA DF 36 0 5 8 AF 4B 43
Octal 154 352 337 66 0 5 10 257 113 103
Binary 1101100 11101010 11011111 110110 0 101 1000 10101111 1001011 1000011

Color Harmonies of #6CEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEADF

Black with #6CEADF

Text Example


Text Example

White with #6CEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CEADF; }

 p { color: rgb(108,234,223); }

 H1.HeaderClassName
 {
   color: #6CEADF;
 }
 .AnyTagClassName
 {
   color: #6CEADF;
 }
</style>

background-color css

<style>
 a { background-color: #6CEADF; }

 a { background-color: rgb(108,234,223); }

 div.DivClassName
 {
   background-color: #6CEADF;
 }
 .BgClassName
 {
   background-color: #6CEADF;
 }
</style>

border-color css

<style>
 span { border-color: #6CEADF; }

 span { border-color: rgb(108,234,223); }

 td.TdClassName
 {
   border-color: #6CEADF;
 }
 .TagClassName
 {
   border-color: #6CEADF;
 }
</style>