Html Css Color HEX #6CDFE7 Turquoise Blue

📋 copy color: '#6CDFE7'

red 108 ◦ green 223 ◦ blue 231

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

Shades of Turquoise Blue #6CDFE7

Tints of Turquoise Blue #6CDFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.1%

R = 19.22%
G = 39.68%
B = 41.1%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6CDFE7 (or 0x6CDFE7) is known color: Turquoise Blue. HEX triplet: 6C, DF and E7. RGB value is (108,223,231). Sum of RGB (Red+Green+Blue) = 108+223+231=562 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.22% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 231 (90.62% from 255 or 41.10% from 562); Max value from RGB is 231 - color contains mainly: blue. Hex color #6CDFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDFE7 is #932018. Grayscale: #BDBDBD. Windows color (decimal): -9642009 or 15196012. OLE color: 15196012.

HSL color Cylindrical-coordinate representation of color #6CDFE7: hue angle of 183.9º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CDFE7 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 108 223 231 -
CMYK 0.53 0.03 0 0.09
HSL 183.9º 0.72% 0.66% -
HSV(B) 183.9º 0.53% 0.91% -
XYZ 47 61.73 85.04 -
YUV 189.53 151.4 69.85 -
System Red Green Blue C M Y K H S L
Decimal 108 223 231 0.53 0.03 0 0.09 183.9 0.72 0.66
Hex 6C DF E7 35 3 0 9 B8 48 42
Octal 154 337 347 65 3 0 11 270 110 102
Binary 1101100 11011111 11100111 110101 11 0 1001 10111000 1001000 1000010

Color Harmonies of #6CDFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDFE7

Black with #6CDFE7

Text Example


Text Example

White with #6CDFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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