Html Css Color HEX #6CDFEE Turquoise Blue

📋 copy color: '#6CDFEE'

red 108 ◦ green 223 ◦ blue 238

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

Shades of Turquoise Blue #6CDFEE

Tints of Turquoise Blue #6CDFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.83%

R = 18.98%
G = 39.19%
B = 41.83%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CDFEE (or 0x6CDFEE) is known color: Turquoise Blue. HEX triplet: 6C, DF and EE. RGB value is (108,223,238). Sum of RGB (Red+Green+Blue) = 108+223+238=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CDFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDFEE is #932011. Grayscale: #BEBEBE. Windows color (decimal): -9642002 or 15654764. OLE color: 15654764.

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

Color convert

RGB 108 223 238 -
CMYK 0.55 0.06 0 0.07
HSL 186.92º 0.79% 0.68% -
HSV(B) 186.92º 0.55% 0.93% -
XYZ 48 62.14 90.35 -
YUV 190.33 154.9 69.28 -
System Red Green Blue C M Y K H S L
Decimal 108 223 238 0.55 0.06 0 0.07 186.92 0.79 0.68
Hex 6C DF EE 37 6 0 7 BB 4F 44
Octal 154 337 356 67 6 0 7 273 117 104
Binary 1101100 11011111 11101110 110111 110 0 111 10111011 1001111 1000100

Color Harmonies of #6CDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDFEE

Black with #6CDFEE

Text Example


Text Example

White with #6CDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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