Html Css Color HEX #0BCADA Dark Turquoise

📋 copy color: '#0BCADA'

red 11 ◦ green 202 ◦ blue 218

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

Shades of Dark Turquoise #0BCADA

Tints of Dark Turquoise #0BCADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.87%

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

R = 2.55%
G = 46.87%
B = 50.58%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0BCADA (or 0x0BCADA) is known color: Dark Turquoise. HEX triplet: 0B, CA and DA. RGB value is (11,202,218). Sum of RGB (Red+Green+Blue) = 11+202+218=431 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.55% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #0BCADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BCADA is #F43525. Grayscale: #929292. Windows color (decimal): -16004390 or 14338571. OLE color: 14338571.

HSL color Cylindrical-coordinate representation of color #0BCADA: hue angle of 184.64º 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 #0BCADA is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 11 202 218 -
CMYK 0.95 0.07 0 0.15
HSL 184.64º 0.9% 0.45% -
HSV(B) 184.64º 0.95% 0.85% -
XYZ 33.91 47.37 73.69 -
YUV 146.72 168.22 31.2 -
System Red Green Blue C M Y K H S L
Decimal 11 202 218 0.95 0.07 0 0.15 184.64 0.9 0.45
Hex B CA DA 5F 7 0 F B9 5A 2D
Octal 13 312 332 137 7 0 17 271 132 55
Binary 1011 11001010 11011010 1011111 111 0 1111 10111001 1011010 101101

Color Harmonies of #0BCADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BCADA

Black with #0BCADA

Text Example


Text Example

White with #0BCADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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