Html Css Color HEX #6CDEE3 Turquoise Blue

📋 copy color: '#6CDEE3'

red 108 ◦ green 222 ◦ blue 227

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

Shades of Turquoise Blue #6CDEE3

Tints of Turquoise Blue #6CDEE3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.86%

 BLUE value IS 227 (89.06% from 255) = 40.75%

R = 19.39%
G = 39.86%
B = 40.75%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6CDEE3 (or 0x6CDEE3) is known color: Turquoise Blue. HEX triplet: 6C, DE and E3. RGB value is (108,222,227). Sum of RGB (Red+Green+Blue) = 108+222+227=557 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.39% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #6CDEE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDEE3 is #93211C. Grayscale: #BCBCBC. Windows color (decimal): -9642269 or 14933612. OLE color: 14933612.

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

Color convert

RGB 108 222 227 -
CMYK 0.52 0.02 0 0.11
HSL 182.52º 0.68% 0.66% -
HSV(B) 182.52º 0.52% 0.89% -
XYZ 46.17 60.98 82.01 -
YUV 188.48 149.73 70.59 -
System Red Green Blue C M Y K H S L
Decimal 108 222 227 0.52 0.02 0 0.11 182.52 0.68 0.66
Hex 6C DE E3 34 2 0 B B7 44 42
Octal 154 336 343 64 2 0 13 267 104 102
Binary 1101100 11011110 11100011 110100 10 0 1011 10110111 1000100 1000010

Color Harmonies of #6CDEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CDEE3

Black with #6CDEE3

Text Example


Text Example

White with #6CDEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,222,227); }

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

background-color css

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

 a { background-color: rgb(108,222,227); }

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

border-color css

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

 span { border-color: rgb(108,222,227); }

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