Html Css Color HEX #6CE2DF Turquoise Blue

📋 copy color: '#6CE2DF'

red 108 ◦ green 226 ◦ blue 223

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

Shades of Turquoise Blue #6CE2DF

Tints of Turquoise Blue #6CE2DF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.57%

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

R = 19.39%
G = 40.57%
B = 40.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#6CE2DF (or 0x6CE2DF) is known color: Turquoise Blue. HEX triplet: 6C, E2 and DF. RGB value is (108,226,223). Sum of RGB (Red+Green+Blue) = 108+226+223=557 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.39% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #6CE2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE2DF is #931D20. Grayscale: #BEBEBE. Windows color (decimal): -9641249 or 14672492. OLE color: 14672492.

HSL color Cylindrical-coordinate representation of color #6CE2DF: hue angle of 178.47º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE2DF is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 108 226 223 -
CMYK 0.52 0 0.01 0.11
HSL 178.47º 0.67% 0.65% -
HSV(B) 178.47º 0.52% 0.89% -
XYZ 46.7 62.91 79.49 -
YUV 190.38 146.41 69.24 -
System Red Green Blue C M Y K H S L
Decimal 108 226 223 0.52 0 0.01 0.11 178.47 0.67 0.65
Hex 6C E2 DF 34 0 1 B B2 43 41
Octal 154 342 337 64 0 1 13 262 103 101
Binary 1101100 11100010 11011111 110100 0 1 1011 10110010 1000011 1000001

Color Harmonies of #6CE2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE2DF

Black with #6CE2DF

Text Example


Text Example

White with #6CE2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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