Html Css Color HEX #0BFACD Bright Turquoise

📋 copy color: '#0BFACD'

red 11 ◦ green 250 ◦ blue 205

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

Shades of Bright Turquoise #0BFACD

Tints of Bright Turquoise #0BFACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.65%

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 2.36%
G = 53.65%
B = 43.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#0BFACD (or 0x0BFACD) is known color: Bright Turquoise. HEX triplet: 0B, FA and CD. RGB value is (11,250,205). Sum of RGB (Red+Green+Blue) = 11+250+205=466 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.36% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFACD is #F40532. Grayscale: #ADADAD. Windows color (decimal): -15992115 or 13498891. OLE color: 13498891.

HSL color Cylindrical-coordinate representation of color #0BFACD: hue angle of 168.7º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFACD is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 250 205 -
CMYK 0.96 0 0.18 0.02
HSL 168.7º 0.96% 0.51% -
HSV(B) 168.7º 0.96% 0.98% -
XYZ 45.34 72.85 69.43 -
YUV 173.41 145.82 12.16 -
System Red Green Blue C M Y K H S L
Decimal 11 250 205 0.96 0 0.18 0.02 168.7 0.96 0.51
Hex B FA CD 60 0 12 2 A9 60 33
Octal 13 372 315 140 0 22 2 251 140 63
Binary 1011 11111010 11001101 1100000 0 10010 10 10101001 1100000 110011

Color Harmonies of #0BFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFACD

Black with #0BFACD

Text Example


Text Example

White with #0BFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,250,205); }

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

background-color css

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

 a { background-color: rgb(11,250,205); }

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

border-color css

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

 span { border-color: rgb(11,250,205); }

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