Html Css Color HEX #0BCFDA Dark Turquoise

📋 copy color: '#0BCFDA'

red 11 ◦ green 207 ◦ blue 218

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

Shades of Dark Turquoise #0BCFDA

Tints of Dark Turquoise #0BCFDA

RGB

 RED value IS 11 (4.69% from 255) = 2.52%

 GREEN value IS 207 (81.25% from 255) = 47.48%

 BLUE value IS 218 (85.55% from 255) = 50%

R = 2.52%
G = 47.48%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0BCFDA (or 0x0BCFDA) is known color: Dark Turquoise. HEX triplet: 0B, CF and DA. RGB value is (11,207,218). Sum of RGB (Red+Green+Blue) = 11+207+218=436 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BCFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCFDA is #F43025. Grayscale: #959595. Windows color (decimal): -16003110 or 14339851. OLE color: 14339851.

HSL color Cylindrical-coordinate representation of color #0BCFDA: hue angle of 183.19º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCFDA is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 11 207 218 -
CMYK 0.95 0.05 0 0.15
HSL 183.19º 0.9% 0.45% -
HSV(B) 183.19º 0.95% 0.85% -
XYZ 35.11 49.76 74.08 -
YUV 149.65 166.57 29.11 -
System Red Green Blue C M Y K H S L
Decimal 11 207 218 0.95 0.05 0 0.15 183.19 0.9 0.45
Hex B CF DA 5F 5 0 F B7 5A 2D
Octal 13 317 332 137 5 0 17 267 132 55
Binary 1011 11001111 11011010 1011111 101 0 1111 10110111 1011010 101101

Color Harmonies of #0BCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCFDA

Black with #0BCFDA

Text Example


Text Example

White with #0BCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BCFDA; }

 p { color: rgb(11,207,218); }

 H1.HeaderClassName
 {
   color: #0BCFDA;
 }
 .AnyTagClassName
 {
   color: #0BCFDA;
 }
</style>

background-color css

<style>
 a { background-color: #0BCFDA; }

 a { background-color: rgb(11,207,218); }

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

border-color css

<style>
 span { border-color: #0BCFDA; }

 span { border-color: rgb(11,207,218); }

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