Html Css Color HEX #00FBDA Bright Turquoise

📋 copy color: '#00FBDA'

red 0 ◦ green 251 ◦ blue 218

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

Shades of Bright Turquoise #00FBDA

Tints of Bright Turquoise #00FBDA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 251 (98.44% from 255) = 53.52%

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

R = 0%
G = 53.52%
B = 46.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#00FBDA (or 0x00FBDA) is known color: Bright Turquoise. HEX triplet: 00, FB and DA. RGB value is (0,251,218). Sum of RGB (Red+Green+Blue) = 0+251+218=469 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 469); Green value is 251 (98.44% from 255 or 53.52% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 251 - color contains mainly: green. Hex color #00FBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FBDA is #FF0425. Grayscale: #ACACAC. Windows color (decimal): -16712742 or 14351104. OLE color: 14351104.

HSL color Cylindrical-coordinate representation of color #00FBDA: hue angle of 172.11º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FBDA is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 251 218 -
CMYK 1 0 0.13 0.02
HSL 172.11º 1% 0.49% -
HSV(B) 172.11º 1% 0.98% -
XYZ 47.15 74.06 78.14 -
YUV 172.19 153.84 5.18 -
System Red Green Blue C M Y K H S L
Decimal 0 251 218 1 0 0.13 0.02 172.11 1 0.49
Hex 0 FB DA 64 0 D 2 AC 64 31
Octal 0 373 332 144 0 15 2 254 144 61
Binary 0 11111011 11011010 1100100 0 1101 10 10101100 1100100 110001

Color Harmonies of #00FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FBDA

Black with #00FBDA

Text Example


Text Example

White with #00FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00FBDA; }

 p { color: rgb(0,251,218); }

 H1.HeaderClassName
 {
   color: #00FBDA;
 }
 .AnyTagClassName
 {
   color: #00FBDA;
 }
</style>

background-color css

<style>
 a { background-color: #00FBDA; }

 a { background-color: rgb(0,251,218); }

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

border-color css

<style>
 span { border-color: #00FBDA; }

 span { border-color: rgb(0,251,218); }

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