Html Css Color HEX #6CDFEF Turquoise Blue

📋 copy color: '#6CDFEF'

red 108 ◦ green 223 ◦ blue 239

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

Shades of Turquoise Blue #6CDFEF

Tints of Turquoise Blue #6CDFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.12%

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 18.95%
G = 39.12%
B = 41.93%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6CDFEF (or 0x6CDFEF) is known color: Turquoise Blue. HEX triplet: 6C, DF and EF. RGB value is (108,223,239). Sum of RGB (Red+Green+Blue) = 108+223+239=570 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.95% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CDFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDFEF is #932010. Grayscale: #BEBEBE. Windows color (decimal): -9642001 or 15720300. OLE color: 15720300.

HSL color Cylindrical-coordinate representation of color #6CDFEF: hue angle of 187.33º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CDFEF is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 223 239 -
CMYK 0.55 0.07 0 0.06
HSL 187.33º 0.8% 0.68% -
HSV(B) 187.33º 0.55% 0.94% -
XYZ 48.15 62.2 91.13 -
YUV 190.44 155.4 69.2 -
System Red Green Blue C M Y K H S L
Decimal 108 223 239 0.55 0.07 0 0.06 187.33 0.8 0.68
Hex 6C DF EF 37 7 0 6 BB 50 44
Octal 154 337 357 67 7 0 6 273 120 104
Binary 1101100 11011111 11101111 110111 111 0 110 10111011 1010000 1000100

Color Harmonies of #6CDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDFEF

Black with #6CDFEF

Text Example


Text Example

White with #6CDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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