Html Css Color HEX #09CCE3 Dark Turquoise

📋 copy color: '#09CCE3'

red 9 ◦ green 204 ◦ blue 227

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

Shades of Dark Turquoise #09CCE3

Tints of Dark Turquoise #09CCE3

RGB

 RED value IS 9 (3.91% from 255) = 2.05%

 GREEN value IS 204 (80.08% from 255) = 46.36%

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

R = 2.05%
G = 46.36%
B = 51.59%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#09CCE3 (or 0x09CCE3) is known color: Dark Turquoise. HEX triplet: 09, CC and E3. RGB value is (9,204,227). Sum of RGB (Red+Green+Blue) = 9+204+227=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 227 (89.06% from 255 or 51.59% from 440); Max value from RGB is 227 - color contains mainly: blue. Hex color #09CCE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09CCE3 is #F6331C. Grayscale: #949494. Windows color (decimal): -16134941 or 14928905. OLE color: 14928905.

HSL color Cylindrical-coordinate representation of color #09CCE3: hue angle of 186.33º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CCE3 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 9 204 227 -
CMYK 0.96 0.10 0 0.11
HSL 186.33º 0.92% 0.46% -
HSV(B) 186.33º 0.96% 0.89% -
XYZ 35.57 48.79 80.22 -
YUV 148.32 172.4 28.63 -
System Red Green Blue C M Y K H S L
Decimal 9 204 227 0.96 0.10 0 0.11 186.33 0.92 0.46
Hex 9 CC E3 60 A 0 B BA 5C 2E
Octal 11 314 343 140 12 0 13 272 134 56
Binary 1001 11001100 11100011 1100000 1010 0 1011 10111010 1011100 101110

Color Harmonies of #09CCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CCE3

Black with #09CCE3

Text Example


Text Example

White with #09CCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09CCE3; }

 p { color: rgb(9,204,227); }

 H1.HeaderClassName
 {
   color: #09CCE3;
 }
 .AnyTagClassName
 {
   color: #09CCE3;
 }
</style>

background-color css

<style>
 a { background-color: #09CCE3; }

 a { background-color: rgb(9,204,227); }

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

border-color css

<style>
 span { border-color: #09CCE3; }

 span { border-color: rgb(9,204,227); }

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