Html Css Color HEX #38DFFE Turquoise

📋 copy color: '#38DFFE'

red 56 ◦ green 223 ◦ blue 254

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

Shades of Turquoise #38DFFE

Tints of Turquoise #38DFFE

RGB

 RED value IS 56 (22.27% from 255) = 10.51%

 GREEN value IS 223 (87.5% from 255) = 41.84%

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 10.51%
G = 41.84%
B = 47.65%

CMYK

 C value IS 0.78

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#38DFFE (or 0x38DFFE) is known color: Turquoise. HEX triplet: 38, DF and FE. RGB value is (56,223,254). Sum of RGB (Red+Green+Blue) = 56+223+254=533 (70% of max value = 765). Red value is 56 (22.27% from 255 or 10.51% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #38DFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DFFE is #C72001. Grayscale: #B0B0B0. Windows color (decimal): -13049858 or 16703288. OLE color: 16703288.

HSL color Cylindrical-coordinate representation of color #38DFFE: hue angle of 189.39º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38DFFE is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 223 254 -
CMYK 0.78 0.12 0 0.00
HSL 189.39º 0.99% 0.61% -
HSV(B) 189.39º 0.78% 1% -
XYZ 45.91 60.77 103.08 -
YUV 176.6 171.67 41.98 -
System Red Green Blue C M Y K H S L
Decimal 56 223 254 0.78 0.12 0 0.00 189.39 0.99 0.61
Hex 38 DF FE 4E C 0 0 BD 63 3D
Octal 70 337 376 116 14 0 0 275 143 75
Binary 111000 11011111 11111110 1001110 1100 0 0 10111101 1100011 111101

Color Harmonies of #38DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DFFE

Black with #38DFFE

Text Example


Text Example

White with #38DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38DFFE; }

 p { color: rgb(56,223,254); }

 H1.HeaderClassName
 {
   color: #38DFFE;
 }
 .AnyTagClassName
 {
   color: #38DFFE;
 }
</style>

background-color css

<style>
 a { background-color: #38DFFE; }

 a { background-color: rgb(56,223,254); }

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

border-color css

<style>
 span { border-color: #38DFFE; }

 span { border-color: rgb(56,223,254); }

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